home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / INCRASH.HLP < prev    next >
Text File  |  1990-06-30  |  1KB  |  33 lines

  1.  
  2. ╔═════════╦══════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ GTCRASH.BAT - the batch file that handles Incoming Crashmail
  4. ╚═════════╩══════════════════════════════════════════════════════════════
  5.  
  6.     If in host mode you receive an incoming crashmail call, then GT will
  7.     execute the GTCRASH.BAT file.
  8.  
  9.     This is similar to the main NETMAIL.BAT file, with some limitations:
  10.  
  11.     a)  You must *not* use it to bag mail, or do anything which takes much
  12.         time, before executing MDRIV.
  13.  
  14.     b)  You must execute MDRIV with the /CA%3 switch.
  15.  
  16.     c)  You may optionally execute MDIST and QCVT afterwards (though you
  17.         should not execute MDIST if other copies of GT, or companion
  18.         programs, are active on a LAN network since MDIST does not open the
  19.         message bases in share mode).
  20.  
  21.     Typical GTCRASH.BAT:
  22.  
  23.         C:
  24.         \gt\mdriv046 8CE7-2C69 /CA%3 /I /ZC /M2400
  25.         \gt\mdist411 /NA
  26.  
  27.     As the GTCRASH.BAT is executed in a shell from GT, GT will
  28.     automatically be reloaded afterwards.  Do not execute GT again from
  29.     within this file.
  30.  
  31.  
  32.  
  33.